Allow specifying what to build as part of `cargo build`
authorAlex Crichton <alex@alexcrichton.com>
Tue, 23 Sep 2014 16:16:25 +0000 (09:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 29 Sep 2014 23:54:24 +0000 (16:54 -0700)
commit69bc3d055a38de18bba4d3b385ba16c3067f596f
tree80b34584043e8e6c06f0c28789bb4e7335c8ac49
parent325c5f2defe58701986ed41ec1c6eb4b04594888
Allow specifying what to build as part of `cargo build`

This allows selectively building one dependency within a dependency graph for
debugging its build or such.

Closes #537
src/bin/bench.rs
src/bin/build.rs
src/bin/doc.rs
src/bin/run.rs
src/bin/test.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_compile_path_deps.rs